home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
MRAC
/
Positions
/
p-select
< prev
Wrap
Text File
|
1998-08-11
|
247b
|
12 lines
p-select position sequence
0-based
In this function only positions selected in a position list will be retained in the output pattern.
(p-select '(4 6 8) (g-integer 1 12))
=> (5 7 9)
(p-select '(4 6 8) '(a b c d e f g h i j k l))
=> (e g i)